/*formato para datagrid*/
.GridNormal td
{
	font-family: Arial, Tahoma, 'Microsoft Sans Serif' , 'Trebuchet MS' , verdana;
}

.GridNormal
{
	border-right: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

/*Formato para encabezado*/
.GridHeaderNormal
{
	font-weight: bold;
	background-color: #6699CC;
	color: white;
	font-size: 10px;
	height: 25px;
	text-align: center;
}

.GridHeaderNormal a
{
    text-decoration: none;
    color: LightGoldenrodYellow;
    
}

.GridItemNormal, .GridAltItemNormal
{
	font-size: 11px;
	padding-left:2px;
	color: black;
}

.GridItemNormal
{
	color: black;
    height:1px;
	background-color: white;
	text-align: left;
}

.GridAltItemNormal
{
	color: black;
	background-color: whitesmoke;
	text-align: left;
}

